home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / dev / c / GED_Scripts.lha / GED_Scripts / Mirror-Source / defs.h next >
Encoding:
C/C++ Source or Header  |  1999-09-09  |  480 b   |  27 lines

  1. #include <proto/exec.h>
  2. #include <dos/dos.h>
  3. #include <clib/dos_protos.h>
  4. #include <clib/intuition_protos.h>
  5. #include <string.h>
  6.  
  7. #define REG(x)     register __##x
  8. #define LibCall    __saveds
  9. #define Prototype  extern
  10.  
  11. #include "golded:developer/include/editor.h"
  12.  
  13. #include "golded:developer/api/include/apilib.h"
  14.  
  15. #include "lib-protos.h"
  16.  
  17. #ifndef RC_OK
  18. #define RC_OK   0L
  19. #endif
  20.  
  21. #ifndef RC_WARN
  22. #define RC_WARN 5L
  23. #endif
  24.  
  25. extern const char LibName[];
  26. extern const char LibId[];
  27.